Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support protovalidate validation #259

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Conversation

andrewparmet
Copy link
Collaborator

@andrewparmet andrewparmet commented May 12, 2024

Right now the validator eagerly converts the protokt message to a protobuf DynamicMessage. With bufbuild/protovalidate-java#132, this can change to supply a wrapper around the protokt message that only converts as requested by the validator.

Not sure if this module belongs at the top level or in third-party. In that case, maybe the gRPC modules also belong in third-party. For example, supposing protokt one day supports the Connect protocol, that would also go in third-party, but it feels like a sibling to gRPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant